Document some of the print capabilities
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 Jun 2006 19:56:12 +0000 (19:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Jun 2006 19:56:12 +0000 (19:56 +0000)
2006-06-21  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
print capabilities

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkprintunixdialog.sgml

index 08a5b6b9d73b5ea76591f9d338699092f50653d3..91aca328688f578da74280a2fce94a9e100544ec 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
+       print capabilities
+
        * gtk/question_index.sgml: Add some questions.
 
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
index ceb2bb3552b5a2c3d541a3d123fa3aa2e3f6fa35..c15e8ab64c680d98ee4ebb02a64e2ddc7cf16099 100644 (file)
@@ -158,7 +158,9 @@ Printing support was added in GTK+ 2.10.
 
 <!-- ##### ENUM GtkPrintCapabilities ##### -->
 <para>
-
+An enum for specifying which features the print dialog should offer.
+I neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor %GTK_PRINT_CAPABILITY_GENERATE_PS is
+specified, GTK+ assumes that all formats are supported.
 </para>
 
 @GTK_PRINT_CAPABILITY_PAGE_SET: 
@@ -166,7 +168,8 @@ Printing support was added in GTK+ 2.10.
 @GTK_PRINT_CAPABILITY_COLLATE: 
 @GTK_PRINT_CAPABILITY_REVERSE: 
 @GTK_PRINT_CAPABILITY_SCALE: 
-@GTK_PRINT_CAPABILITY_GENERATE_PDF: 
+@GTK_PRINT_CAPABILITY_GENERATE_PDF: The program will send the document to the printer in PDF format
+@GTK_PRINT_CAPABILITY_GENERATE_PS: The program will send the document to the printer in Postscript format
 
 <!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### -->
 <para>